Home:ALL Converter>lucene index match

lucene index match

Ask Time:2012-06-22T04:41:30         Author:user1473286

Json Formatter

I am trying to use Lucene for doing undup or dedup match. Essentially I have a file with records which I want to group based on certain fields (fuzzy search) and get back a result with a match key that tells me which records within that file matched to each other.

Is this possible?

Author:user1473286,eproduced under the CC 4.0 BY-SA copyright license with a link to the original source and this disclaimer.
Link to original article:https://stackoverflow.com/questions/11146398/lucene-index-match
user1452132 :

This can be done (if I understand this correctly). You would index your terms that/records will be searched on in one pass. In the second pass, you will search for each term and log results. ",
2012-06-22T15:24:28
yy